home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbnet22.arc / PCBNET.HIS < prev    next >
Text File  |  1990-12-18  |  4KB  |  108 lines

  1.                 PCBNet History File of Fixes and Added Features
  2.  
  3. December 18th, 1990 04:55 pm
  4. ----------------------------
  5. - Made MAJOR changes for speed.  Here are the new stats:
  6.  
  7.     PCBNet 2.1 or below could scan 200 conferences (On my system) in 30
  8.     seconds.
  9.  
  10.     PCBNet 2.2 will scan 200 conferences (On my system) in 9 seconds.
  11.  
  12.   This shows you the vast improvements made.  It will be more noticable on
  13.   networks as less disk access is used (Hence, that's why the speed increase).
  14.  
  15.   Note:  Because of speed increase, more memory is used.  If you get memory
  16.          allocation errors, you will need to lower the number of conferences
  17.          you are trying to scan at one time.  Example:
  18.  
  19.              PCBNet /c:1-100  (You get allocation error).
  20.  
  21.                Try this:
  22.  
  23.              PCBNet /c:1-50   (NO allocation error).
  24.  
  25.          I suggest that you scan no more 200 conferences at a time unless
  26.          you have lots of memory free.  Because all my tests were based
  27.          on 200 conferences, that's why I say 200 conferences.  If you
  28.          have more conferences, please expierment and let me know what
  29.          your numbers were.
  30.  
  31. - Added /INIT  Previous versions in most cases will not work properly.  I
  32.   HIGHLY suggest that everybody use the /INIT option for first time
  33.   initialization.
  34.  
  35.   This operation is only used for first time installation or updating.  If
  36.   you add or delete a conference (Change conference allocations), you will
  37.   need to use the /INIT option for continued proper operation.
  38.  
  39. November 29th, 1990 11:00 am
  40. ----------------------------
  41. - Added the command line switch:  /NET:Path/Name
  42.  
  43.   Now some of you may ask why this switch was added.  Let me explain.  For
  44.   those systems that act as HUBS for echo mail, these guys for the most part
  45.   have NODES upload mail to them.  Because they are constantly getting mail on
  46.   different nodes on their BBS, this can cause problems.  So to bypass this
  47.   problem this switch was added so they prevent this problem.  Or if you need
  48.   to run PCBNet from the remote side using the 10 function from PCBoard, you
  49.   can specify the path/file name where all the information is contained.
  50.  
  51.   I hope all this information makes sense <grin>......
  52.  
  53. November 26th, 1990 11:00 am
  54. ----------------------------
  55. - Changed the MSGS.NET File(s) to be in ONE SINGLE File called:  PCBNET.NET
  56.   For those of you with LOTS of conferences, this will now save on Hard Drive
  57.   space.  The actual size of this file is 4 bytes time the number of
  58.   conferences you currently have (Including the Main Board).
  59.  
  60.   The PCBNET.NET file will be placed in the same directory where you run
  61.   PCBNET.EXE.  I believe this resolves the MAJOR problem big systems were
  62.   facing (And wouldn't use it).
  63.  
  64. November 21st, 1990  1:15 pm
  65. ----------------------------
  66. - Removed Error displays from hanging in an event.
  67. - Added more error checking for MSGS file.
  68.  
  69. November 19th, 1990 10:40 am
  70. ----------------------------
  71. - Added checking if a message has been read.  If it has, the user's mail
  72.   waiting flags WILL NOT be updated.
  73.  
  74. November 16th, 1990 11:00 am
  75. ----------------------------
  76. - Added checking for KILLED MSGS.
  77. - Removed Debug Code (All is working just fine).
  78. - Enhanced Error checking for a VALID /C:xx-xx  Some people were trying
  79.   just the /C:xx which is an INVALID number and thus starting with
  80.   conference #0 and working it's way up til the end.  They were thus
  81.   reporting that it wasn't working properly, however it was to some degree.
  82.   It simply wasn't detecting two numbers (The LOW and HIGH).
  83.  
  84. November 15th, 1990  5:10 pm
  85. ----------------------------
  86. - Found another problem and fixed.  Hopefully this will solve the rest of
  87.   the problems.
  88. - Added DEBUG code.  Debug information is in PCBNET.LOG.
  89.  
  90. November 15th, 1990 10:30 am
  91. ----------------------------
  92. - Added check for SYSOP in Message header.  If SYSOP is found, record #1
  93.   is updated (As this is the Sysop).
  94.  
  95. November 14th, 1990  5:10 pm
  96. ---------------------------
  97. - Added a little more error checking for not closing all the files.
  98.  
  99. November 14th, 1990
  100. -------------------
  101. - Fixed a problem with Too many files opened
  102. - Fixed a problem with updating the wrong mail waiting flags.
  103.  
  104. November 12th, 1990
  105. -------------------
  106. - Added some routines for more error checking.
  107. - Fixed a problem with only a maximum of 255 Conferences.
  108.